2007/08/08
[-] When exporting diagram to source code, words like "crire" are
    not transformed because of the UTF8 problem (I think so).

2007/08/02
[-] 2007/08/02 # 1 => [-]
    => As drawing with intermediate bitmaps is far toooooooo slow,
       I do no longer try this way. As, actually, I do not see or
       know any other solution, I will not try any longer to implement
       this new feature ... although it would be very nice to have :-/  
[-] 2007/08/02 # 2 => [-]
    => As Lazarus (and Delphi too) does not offer any possibility to
       draw filled triangles and a pixel by pixel method would become
       to slow, I will (for the moment) not be able to implement this
       idea too.
    => I've tried "floodfill", but the method seems not to work at all :-(

=> Maybe a switch to another, faster, graphic engine would solve both
   problem...
 
2007/08/02
[-] Rotate text for any instruction (request: Michael Gerdes)
[-] Change color of each part of an IF-statement (request: Michael Gerdes)

2007/07/31
[+] 2007/07/15 # 3 => [+]
    => Found a workaround to get the MAC-address, so the secured
       items can be reactivated for Darwin. I still have to test
       this with Windows ...
[+] MAC-address acquisition now also works under Windows. I used
    the same workaround as for Mac. This should work under Linux
    too but I didn't have the time to test that yet, as my Linux
    computer is broken :-/

2007/07/30
[-] Dragging files onto the mainform does not work...
[-] Copy & paste of the diagram to the memory does not work ...

2007/07/15
[+] 2007/07/11 # 2 => [+]
    => Added local function for conversion which do not do any 
       conversion ;-)
    => Added PFEIL_ROTATE to "Utils", read from the INI-file
    => Not needed. Twice "%" is fine too!
[+] 2007/07/10 # 1 => [+]
    => Created BErrorList which manages BErrors so that an
       entry to the GUI of the points analyzed can be retraced
       to the element containing the error.
[-] The "getMAC" function is still missing ...
    
2007/07/14
[?] Analyser works, but TListView is not yet implmented in the
    carbon widgetset. I replaced it by a "TListBox", but that
    means that the items are no longer clickable.
    => Add an ID to each line and track the specific error 
       by that ID. 
[+] Character conversion problem with save files detected and
    solved. Both, Windows (Delphi) and Mac OSX (Lazarus) version
    now use ANSI for the save files ...  

2007/07/11
[?] Carbon version seems now to work almost completely.
    Not working yet
     * copy diagram to clipboard
     * copy & paste elements to an from clipboard
[?] Windows version compiles, but differents things do
    not work any longer, because of specific Carbon code.
    => Windows does NOT use the UTF8 encoding, so text is    
       not diplaced correctely.
    => In Windows I do not need to turn arround the arrow
       because I've got one.
    => User "empty" instead of "%" in Windows?